Html Css Color HEX #067ABB Cerulean

📋 copy color: '#067ABB'

red 6 ◦ green 122 ◦ blue 187

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

Shades of Cerulean #067ABB

Tints of Cerulean #067ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 1.9%
G = 38.73%
B = 59.37%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#067ABB (or 0x067ABB) is known color: Cerulean. HEX triplet: 06, 7A and BB. RGB value is (6,122,187). Sum of RGB (Red+Green+Blue) = 6+122+187=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #067ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067ABB is #F98544. Grayscale: #5E5E5E. Windows color (decimal): -16352581 or 12286470. OLE color: 12286470.

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

Color convert

RGB 6 122 187 -
CMYK 0.97 0.35 0 0.27
HSL 201.55º 0.94% 0.38% -
HSV(B) 201.55º 0.97% 0.73% -
XYZ 16 17.55 49.56 -
YUV 94.73 180.07 64.71 -
System Red Green Blue C M Y K H S L
Decimal 6 122 187 0.97 0.35 0 0.27 201.55 0.94 0.38
Hex 6 7A BB 61 23 0 1B CA 5E 26
Octal 6 172 273 141 43 0 33 312 136 46
Binary 110 1111010 10111011 1100001 100011 0 11011 11001010 1011110 100110

Color Harmonies of #067ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067ABB

Black with #067ABB

Text Example


Text Example

White with #067ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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