Html Css Color HEX #067CAB Cerulean

📋 copy color: '#067CAB'

red 6 ◦ green 124 ◦ blue 171

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

Shades of Cerulean #067CAB

Tints of Cerulean #067CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.2%

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

R = 1.99%
G = 41.2%
B = 56.81%

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

#067CAB (or 0x067CAB) is known color: Cerulean. HEX triplet: 06, 7C and AB. RGB value is (6,124,171). Sum of RGB (Red+Green+Blue) = 6+124+171=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #067CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067CAB is #F98354. Grayscale: #5D5D5D. Windows color (decimal): -16352085 or 11238406. OLE color: 11238406.

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

Color convert

RGB 6 124 171 -
CMYK 0.96 0.27 0 0.33
HSL 197.09º 0.93% 0.35% -
HSV(B) 197.09º 0.96% 0.67% -
XYZ 14.63 17.39 41.11 -
YUV 94.08 171.41 65.18 -
System Red Green Blue C M Y K H S L
Decimal 6 124 171 0.96 0.27 0 0.33 197.09 0.93 0.35
Hex 6 7C AB 60 1B 0 21 C5 5D 23
Octal 6 174 253 140 33 0 41 305 135 43
Binary 110 1111100 10101011 1100000 11011 0 100001 11000101 1011101 100011

Color Harmonies of #067CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067CAB

Black with #067CAB

Text Example


Text Example

White with #067CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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