Html Css Color HEX #04699B Cerulean

📋 copy color: '#04699B'

red 4 ◦ green 105 ◦ blue 155

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

Shades of Cerulean #04699B

Tints of Cerulean #04699B

RGB

 RED value IS 4 (1.95% from 255) = 1.52%

 GREEN value IS 105 (41.41% from 255) = 39.77%

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

R = 1.52%
G = 39.77%
B = 58.71%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04699B (or 0x04699B) is known color: Cerulean. HEX triplet: 04, 69 and 9B. RGB value is (4,105,155). Sum of RGB (Red+Green+Blue) = 4+105+155=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #04699B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04699B is #FB9664. Grayscale: #505050. Windows color (decimal): -16488037 or 10184964. OLE color: 10184964.

HSL color Cylindrical-coordinate representation of color #04699B: hue angle of 199.87º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04699B is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 105 155 -
CMYK 0.97 0.32 0 0.39
HSL 199.87º 0.95% 0.31% -
HSV(B) 199.87º 0.97% 0.61% -
XYZ 11.02 12.5 32.84 -
YUV 80.5 170.04 73.43 -
System Red Green Blue C M Y K H S L
Decimal 4 105 155 0.97 0.32 0 0.39 199.87 0.95 0.31
Hex 4 69 9B 61 20 0 27 C8 5F 1F
Octal 4 151 233 141 40 0 47 310 137 37
Binary 100 1101001 10011011 1100001 100000 0 100111 11001000 1011111 11111

Color Harmonies of #04699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04699B

Black with #04699B

Text Example


Text Example

White with #04699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,105,155); }

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

background-color css

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

 a { background-color: rgb(4,105,155); }

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

border-color css

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

 span { border-color: rgb(4,105,155); }

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