Html Css Color HEX #016BB4 Cerulean

📋 copy color: '#016BB4'

red 1 ◦ green 107 ◦ blue 180

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

Shades of Cerulean #016BB4

Tints of Cerulean #016BB4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.15%

 BLUE value IS 180 (70.7% from 255) = 62.5%

R = 0.35%
G = 37.15%
B = 62.5%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#016BB4 (or 0x016BB4) is known color: Cerulean. HEX triplet: 01, 6B and B4. RGB value is (1,107,180). Sum of RGB (Red+Green+Blue) = 1+107+180=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #016BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BB4 is #FE944B. Grayscale: #535353. Windows color (decimal): -16684108 or 11823873. OLE color: 11823873.

HSL color Cylindrical-coordinate representation of color #016BB4: hue angle of 204.47º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016BB4 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 107 180 -
CMYK 0.99 0.41 0 0.29
HSL 204.47º 0.99% 0.35% -
HSV(B) 204.47º 0.99% 0.71% -
XYZ 13.51 13.82 45.14 -
YUV 83.63 182.38 69.06 -
System Red Green Blue C M Y K H S L
Decimal 1 107 180 0.99 0.41 0 0.29 204.47 0.99 0.35
Hex 1 6B B4 63 29 0 1D CC 63 23
Octal 1 153 264 143 51 0 35 314 143 43
Binary 1 1101011 10110100 1100011 101001 0 11101 11001100 1100011 100011

Color Harmonies of #016BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BB4

Black with #016BB4

Text Example


Text Example

White with #016BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016BB4; }

 p { color: rgb(1,107,180); }

 H1.HeaderClassName
 {
   color: #016BB4;
 }
 .AnyTagClassName
 {
   color: #016BB4;
 }
</style>

background-color css

<style>
 a { background-color: #016BB4; }

 a { background-color: rgb(1,107,180); }

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

border-color css

<style>
 span { border-color: #016BB4; }

 span { border-color: rgb(1,107,180); }

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