Html Css Color HEX #067DAB Cerulean

📋 copy color: '#067DAB'

red 6 ◦ green 125 ◦ blue 171

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

Shades of Cerulean #067DAB

Tints of Cerulean #067DAB

RGB

 RED value IS 6 (2.73% from 255) = 1.99%

 GREEN value IS 125 (49.22% from 255) = 41.39%

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

R = 1.99%
G = 41.39%
B = 56.62%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#067DAB (or 0x067DAB) is known color: Cerulean. HEX triplet: 06, 7D and AB. RGB value is (6,125,171). Sum of RGB (Red+Green+Blue) = 6+125+171=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #067DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067DAB is #F98254. Grayscale: #5E5E5E. Windows color (decimal): -16351829 or 11238662. OLE color: 11238662.

HSL color Cylindrical-coordinate representation of color #067DAB: hue angle of 196.73º degrees, saturation: 0.93, 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 #067DAB is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 125 171 -
CMYK 0.96 0.27 0 0.33
HSL 196.73º 0.93% 0.35% -
HSV(B) 196.73º 0.96% 0.67% -
XYZ 14.76 17.65 41.16 -
YUV 94.66 171.08 64.76 -
System Red Green Blue C M Y K H S L
Decimal 6 125 171 0.96 0.27 0 0.33 196.73 0.93 0.35
Hex 6 7D AB 60 1B 0 21 C5 5D 23
Octal 6 175 253 140 33 0 41 305 135 43
Binary 110 1111101 10101011 1100000 11011 0 100001 11000101 1011101 100011

Color Harmonies of #067DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067DAB

Black with #067DAB

Text Example


Text Example

White with #067DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,125,171); }

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

background-color css

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

 a { background-color: rgb(6,125,171); }

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

border-color css

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

 span { border-color: rgb(6,125,171); }

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