Html Css Color HEX #067BAC Cerulean

📋 copy color: '#067BAC'

red 6 ◦ green 123 ◦ blue 172

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

Shades of Cerulean #067BAC

Tints of Cerulean #067BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.86%

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 1.99%
G = 40.86%
B = 57.14%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#067BAC (or 0x067BAC) is known color: Cerulean. HEX triplet: 06, 7B and AC. RGB value is (6,123,172). Sum of RGB (Red+Green+Blue) = 6+123+172=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #067BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067BAC is #F98453. Grayscale: #5D5D5D. Windows color (decimal): -16352340 or 11303686. OLE color: 11303686.

HSL color Cylindrical-coordinate representation of color #067BAC: hue angle of 197.71º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067BAC is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 123 172 -
CMYK 0.97 0.28 0 0.33
HSL 197.71º 0.93% 0.35% -
HSV(B) 197.71º 0.97% 0.67% -
XYZ 14.6 17.18 41.58 -
YUV 93.6 172.24 65.52 -
System Red Green Blue C M Y K H S L
Decimal 6 123 172 0.97 0.28 0 0.33 197.71 0.93 0.35
Hex 6 7B AC 61 1C 0 21 C6 5D 23
Octal 6 173 254 141 34 0 41 306 135 43
Binary 110 1111011 10101100 1100001 11100 0 100001 11000110 1011101 100011

Color Harmonies of #067BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067BAC

Black with #067BAC

Text Example


Text Example

White with #067BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,123,172); }

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

background-color css

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

 a { background-color: rgb(6,123,172); }

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

border-color css

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

 span { border-color: rgb(6,123,172); }

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