Html Css Color HEX #05659D Cerulean

📋 copy color: '#05659D'

red 5 ◦ green 101 ◦ blue 157

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

Shades of Cerulean #05659D

Tints of Cerulean #05659D

RGB

 RED value IS 5 (2.34% from 255) = 1.9%

 GREEN value IS 101 (39.84% from 255) = 38.4%

 BLUE value IS 157 (61.72% from 255) = 59.7%

R = 1.9%
G = 38.4%
B = 59.7%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05659D (or 0x05659D) is known color: Cerulean. HEX triplet: 05, 65 and 9D. RGB value is (5,101,157). Sum of RGB (Red+Green+Blue) = 5+101+157=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #05659D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05659D is #FA9A62. Grayscale: #4E4E4E. Windows color (decimal): -16423523 or 10315013. OLE color: 10315013.

HSL color Cylindrical-coordinate representation of color #05659D: hue angle of 202.11º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05659D is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 101 157 -
CMYK 0.97 0.36 0 0.38
HSL 202.11º 0.94% 0.32% -
HSV(B) 202.11º 0.97% 0.62% -
XYZ 10.8 11.77 33.6 -
YUV 78.68 172.2 75.45 -
System Red Green Blue C M Y K H S L
Decimal 5 101 157 0.97 0.36 0 0.38 202.11 0.94 0.32
Hex 5 65 9D 61 24 0 26 CA 5E 20
Octal 5 145 235 141 44 0 46 312 136 40
Binary 101 1100101 10011101 1100001 100100 0 100110 11001010 1011110 100000

Color Harmonies of #05659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05659D

Black with #05659D

Text Example


Text Example

White with #05659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05659D; }

 p { color: rgb(5,101,157); }

 H1.HeaderClassName
 {
   color: #05659D;
 }
 .AnyTagClassName
 {
   color: #05659D;
 }
</style>

background-color css

<style>
 a { background-color: #05659D; }

 a { background-color: rgb(5,101,157); }

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

border-color css

<style>
 span { border-color: #05659D; }

 span { border-color: rgb(5,101,157); }

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