Html Css Color HEX #067DAE Cerulean

📋 copy color: '#067DAE'

red 6 ◦ green 125 ◦ blue 174

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

Shades of Cerulean #067DAE

Tints of Cerulean #067DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.05%

R = 1.97%
G = 40.98%
B = 57.05%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#067DAE (or 0x067DAE) is known color: Cerulean. HEX triplet: 06, 7D and AE. RGB value is (6,125,174). Sum of RGB (Red+Green+Blue) = 6+125+174=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #067DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067DAE is #F98251. Grayscale: #5E5E5E. Windows color (decimal): -16351826 or 11435270. OLE color: 11435270.

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

Color convert

RGB 6 125 174 -
CMYK 0.97 0.28 0 0.32
HSL 197.5º 0.93% 0.35% -
HSV(B) 197.5º 0.97% 0.68% -
XYZ 15.05 17.76 42.68 -
YUV 95.01 172.58 64.52 -
System Red Green Blue C M Y K H S L
Decimal 6 125 174 0.97 0.28 0 0.32 197.5 0.93 0.35
Hex 6 7D AE 61 1C 0 20 C6 5D 23
Octal 6 175 256 141 34 0 40 306 135 43
Binary 110 1111101 10101110 1100001 11100 0 100000 11000110 1011101 100011

Color Harmonies of #067DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067DAE

Black with #067DAE

Text Example


Text Example

White with #067DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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