Html Css Color HEX #01659C Cerulean

📋 copy color: '#01659C'

red 1 ◦ green 101 ◦ blue 156

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

Shades of Cerulean #01659C

Tints of Cerulean #01659C

RGB

 RED value IS 1 (0.78% from 255) = 0.39%

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

 BLUE value IS 156 (61.33% from 255) = 60.47%

R = 0.39%
G = 39.15%
B = 60.47%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01659C (or 0x01659C) is known color: Cerulean. HEX triplet: 01, 65 and 9C. RGB value is (1,101,156). Sum of RGB (Red+Green+Blue) = 1+101+156=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #01659C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01659C is #FE9A63. Grayscale: #4D4D4D. Windows color (decimal): -16685668 or 10249473. OLE color: 10249473.

HSL color Cylindrical-coordinate representation of color #01659C: hue angle of 201.29º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01659C is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 101 156 -
CMYK 0.99 0.35 0 0.39
HSL 201.29º 0.99% 0.31% -
HSV(B) 201.29º 0.99% 0.61% -
XYZ 10.67 11.71 33.15 -
YUV 77.37 172.37 73.53 -
System Red Green Blue C M Y K H S L
Decimal 1 101 156 0.99 0.35 0 0.39 201.29 0.99 0.31
Hex 1 65 9C 63 23 0 27 C9 63 1F
Octal 1 145 234 143 43 0 47 311 143 37
Binary 1 1100101 10011100 1100011 100011 0 100111 11001001 1100011 11111

Color Harmonies of #01659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01659C

Black with #01659C

Text Example


Text Example

White with #01659C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01659C; }

 p { color: rgb(1,101,156); }

 H1.HeaderClassName
 {
   color: #01659C;
 }
 .AnyTagClassName
 {
   color: #01659C;
 }
</style>

background-color css

<style>
 a { background-color: #01659C; }

 a { background-color: rgb(1,101,156); }

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

border-color css

<style>
 span { border-color: #01659C; }

 span { border-color: rgb(1,101,156); }

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