Html Css Color HEX #00749B Cerulean

📋 copy color: '#00749B'

red 0 ◦ green 116 ◦ blue 155

#00749B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #00749B

Tints of Cerulean #00749B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 116 (45.7% from 255) = 42.8%

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 0%
G = 42.8%
B = 57.2%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00749B (or 0x00749B) is known color: Cerulean. HEX triplet: 00, 74 and 9B. RGB value is (0,116,155). Sum of RGB (Red+Green+Blue) = 0+116+155=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #00749B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00749B is #FF8B64. Grayscale: #555555. Windows color (decimal): -16747365 or 10187776. OLE color: 10187776.

HSL color Cylindrical-coordinate representation of color #00749B: hue angle of 195.1º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00749B is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 116 155 -
CMYK 1 0.25 0 0.39
HSL 195.1º 1% 0.3% -
HSV(B) 195.1º 1% 0.61% -
XYZ 12.16 14.86 33.24 -
YUV 85.76 167.07 66.83 -
System Red Green Blue C M Y K H S L
Decimal 0 116 155 1 0.25 0 0.39 195.1 1 0.3
Hex 0 74 9B 64 19 0 27 C3 64 1E
Octal 0 164 233 144 31 0 47 303 144 36
Binary 0 1110100 10011011 1100100 11001 0 100111 11000011 1100100 11110

Color Harmonies of #00749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00749B

Black with #00749B

Text Example


Text Example

White with #00749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00749B; }

 p { color: rgb(0,116,155); }

 H1.HeaderClassName
 {
   color: #00749B;
 }
 .AnyTagClassName
 {
   color: #00749B;
 }
</style>

background-color css

<style>
 a { background-color: #00749B; }

 a { background-color: rgb(0,116,155); }

 div.DivClassName
 {
   background-color: #00749B;
 }
 .BgClassName
 {
   background-color: #00749B;
 }
</style>

border-color css

<style>
 span { border-color: #00749B; }

 span { border-color: rgb(0,116,155); }

 td.TdClassName
 {
   border-color: #00749B;
 }
 .TagClassName
 {
   border-color: #00749B;
 }
</style>