Html Css Color HEX #067CA1 Cerulean

📋 copy color: '#067CA1'

red 6 ◦ green 124 ◦ blue 161

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

Shades of Cerulean #067CA1

Tints of Cerulean #067CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 55.33%

R = 2.06%
G = 42.61%
B = 55.33%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#067CA1 (or 0x067CA1) is known color: Cerulean. HEX triplet: 06, 7C and A1. RGB value is (6,124,161). Sum of RGB (Red+Green+Blue) = 6+124+161=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 161 (63.28% from 255 or 55.33% from 291); Max value from RGB is 161 - color contains mainly: blue. Hex color #067CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067CA1 is #F9835E. Grayscale: #5C5C5C. Windows color (decimal): -16352095 or 10583046. OLE color: 10583046.

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

Color convert

RGB 6 124 161 -
CMYK 0.96 0.23 0 0.37
HSL 194.32º 0.93% 0.33% -
HSV(B) 194.32º 0.96% 0.63% -
XYZ 13.72 17.03 36.28 -
YUV 92.94 166.41 65.99 -
System Red Green Blue C M Y K H S L
Decimal 6 124 161 0.96 0.23 0 0.37 194.32 0.93 0.33
Hex 6 7C A1 60 17 0 25 C2 5D 21
Octal 6 174 241 140 27 0 45 302 135 41
Binary 110 1111100 10100001 1100000 10111 0 100101 11000010 1011101 100001

Color Harmonies of #067CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067CA1

Black with #067CA1

Text Example


Text Example

White with #067CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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