Html Css Color HEX #067ABC Cerulean

📋 copy color: '#067ABC'

red 6 ◦ green 122 ◦ blue 188

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

Shades of Cerulean #067ABC

Tints of Cerulean #067ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.61%

 BLUE value IS 188 (73.83% from 255) = 59.49%

R = 1.9%
G = 38.61%
B = 59.49%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#067ABC (or 0x067ABC) is known color: Cerulean. HEX triplet: 06, 7A and BC. RGB value is (6,122,188). Sum of RGB (Red+Green+Blue) = 6+122+188=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #067ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067ABC is #F98543. Grayscale: #5E5E5E. Windows color (decimal): -16352580 or 12352006. OLE color: 12352006.

HSL color Cylindrical-coordinate representation of color #067ABC: hue angle of 201.76º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067ABC is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 122 188 -
CMYK 0.97 0.35 0 0.26
HSL 201.76º 0.94% 0.38% -
HSV(B) 201.76º 0.97% 0.74% -
XYZ 16.11 17.59 50.12 -
YUV 94.84 180.57 64.63 -
System Red Green Blue C M Y K H S L
Decimal 6 122 188 0.97 0.35 0 0.26 201.76 0.94 0.38
Hex 6 7A BC 61 23 0 1A CA 5E 26
Octal 6 172 274 141 43 0 32 312 136 46
Binary 110 1111010 10111100 1100001 100011 0 11010 11001010 1011110 100110

Color Harmonies of #067ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067ABC

Black with #067ABC

Text Example


Text Example

White with #067ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,122,188); }

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

background-color css

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

 a { background-color: rgb(6,122,188); }

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

border-color css

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

 span { border-color: rgb(6,122,188); }

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