Html Css Color HEX #067FA2 Cerulean

📋 copy color: '#067FA2'

red 6 ◦ green 127 ◦ blue 162

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

Shades of Cerulean #067FA2

Tints of Cerulean #067FA2

RGB

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

 GREEN value IS 127 (50% from 255) = 43.05%

 BLUE value IS 162 (63.67% from 255) = 54.92%

R = 2.03%
G = 43.05%
B = 54.92%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#067FA2 (or 0x067FA2) is known color: Cerulean. HEX triplet: 06, 7F and A2. RGB value is (6,127,162). Sum of RGB (Red+Green+Blue) = 6+127+162=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 162 (63.67% from 255 or 54.92% from 295); Max value from RGB is 162 - color contains mainly: blue. Hex color #067FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067FA2 is #F9805D. Grayscale: #5E5E5E. Windows color (decimal): -16351326 or 10649350. OLE color: 10649350.

HSL color Cylindrical-coordinate representation of color #067FA2: hue angle of 193.46º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067FA2 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 127 162 -
CMYK 0.96 0.22 0 0.36
HSL 193.46º 0.93% 0.33% -
HSV(B) 193.46º 0.96% 0.64% -
XYZ 14.19 17.83 36.88 -
YUV 94.81 165.91 64.65 -
System Red Green Blue C M Y K H S L
Decimal 6 127 162 0.96 0.22 0 0.36 193.46 0.93 0.33
Hex 6 7F A2 60 16 0 24 C1 5D 21
Octal 6 177 242 140 26 0 44 301 135 41
Binary 110 1111111 10100010 1100000 10110 0 100100 11000001 1011101 100001

Color Harmonies of #067FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FA2

Black with #067FA2

Text Example


Text Example

White with #067FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,127,162); }

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

background-color css

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

 a { background-color: rgb(6,127,162); }

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

border-color css

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

 span { border-color: rgb(6,127,162); }

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