Html Css Color HEX #067DA1 Cerulean

📋 copy color: '#067DA1'

red 6 ◦ green 125 ◦ blue 161

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

Shades of Cerulean #067DA1

Tints of Cerulean #067DA1

RGB

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

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

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

R = 2.05%
G = 42.81%
B = 55.14%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#067DA1 (or 0x067DA1) is known color: Cerulean. HEX triplet: 06, 7D and A1. RGB value is (6,125,161). Sum of RGB (Red+Green+Blue) = 6+125+161=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #067DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067DA1 is #F9825E. Grayscale: #5D5D5D. Windows color (decimal): -16351839 or 10583302. OLE color: 10583302.

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

Color convert

RGB 6 125 161 -
CMYK 0.96 0.22 0 0.37
HSL 193.94º 0.93% 0.33% -
HSV(B) 193.94º 0.96% 0.63% -
XYZ 13.84 17.28 36.32 -
YUV 93.52 166.08 65.57 -
System Red Green Blue C M Y K H S L
Decimal 6 125 161 0.96 0.22 0 0.37 193.94 0.93 0.33
Hex 6 7D A1 60 16 0 25 C2 5D 21
Octal 6 175 241 140 26 0 45 302 135 41
Binary 110 1111101 10100001 1100000 10110 0 100101 11000010 1011101 100001

Color Harmonies of #067DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067DA1

Black with #067DA1

Text Example


Text Example

White with #067DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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