Html Css Color HEX #076DAB Cerulean

📋 copy color: '#076DAB'

red 7 ◦ green 109 ◦ blue 171

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

Shades of Cerulean #076DAB

Tints of Cerulean #076DAB

RGB

 RED value IS 7 (3.13% from 255) = 2.44%

 GREEN value IS 109 (42.97% from 255) = 37.98%

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 2.44%
G = 37.98%
B = 59.58%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#076DAB (or 0x076DAB) is known color: Cerulean. HEX triplet: 07, 6D and AB. RGB value is (7,109,171). Sum of RGB (Red+Green+Blue) = 7+109+171=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #076DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076DAB is #F89254. Grayscale: #555555. Windows color (decimal): -16290389 or 11234567. OLE color: 11234567.

HSL color Cylindrical-coordinate representation of color #076DAB: hue angle of 202.68º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076DAB is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 109 171 -
CMYK 0.96 0.36 0 0.33
HSL 202.68º 0.92% 0.35% -
HSV(B) 202.68º 0.96% 0.67% -
XYZ 12.91 13.92 40.54 -
YUV 85.57 176.21 71.96 -
System Red Green Blue C M Y K H S L
Decimal 7 109 171 0.96 0.36 0 0.33 202.68 0.92 0.35
Hex 7 6D AB 60 24 0 21 CB 5C 23
Octal 7 155 253 140 44 0 41 313 134 43
Binary 111 1101101 10101011 1100000 100100 0 100001 11001011 1011100 100011

Color Harmonies of #076DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076DAB

Black with #076DAB

Text Example


Text Example

White with #076DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076DAB; }

 p { color: rgb(7,109,171); }

 H1.HeaderClassName
 {
   color: #076DAB;
 }
 .AnyTagClassName
 {
   color: #076DAB;
 }
</style>

background-color css

<style>
 a { background-color: #076DAB; }

 a { background-color: rgb(7,109,171); }

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

border-color css

<style>
 span { border-color: #076DAB; }

 span { border-color: rgb(7,109,171); }

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