Html Css Color HEX #067CBD Cerulean

📋 copy color: '#067CBD'

red 6 ◦ green 124 ◦ blue 189

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

Shades of Cerulean #067CBD

Tints of Cerulean #067CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.25%

R = 1.88%
G = 38.87%
B = 59.25%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#067CBD (or 0x067CBD) is known color: Cerulean. HEX triplet: 06, 7C and BD. RGB value is (6,124,189). Sum of RGB (Red+Green+Blue) = 6+124+189=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #067CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CBD is #F98342. Grayscale: #5F5F5F. Windows color (decimal): -16352067 or 12418054. OLE color: 12418054.

HSL color Cylindrical-coordinate representation of color #067CBD: hue angle of 201.31º 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 #067CBD is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 124 189 -
CMYK 0.97 0.34 0 0.26
HSL 201.31º 0.94% 0.38% -
HSV(B) 201.31º 0.97% 0.74% -
XYZ 16.47 18.13 50.78 -
YUV 96.13 180.41 63.71 -
System Red Green Blue C M Y K H S L
Decimal 6 124 189 0.97 0.34 0 0.26 201.31 0.94 0.38
Hex 6 7C BD 61 22 0 1A C9 5E 26
Octal 6 174 275 141 42 0 32 311 136 46
Binary 110 1111100 10111101 1100001 100010 0 11010 11001001 1011110 100110

Color Harmonies of #067CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067CBD

Black with #067CBD

Text Example


Text Example

White with #067CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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