Html Css Color HEX #067CBC Cerulean

📋 copy color: '#067CBC'

red 6 ◦ green 124 ◦ blue 188

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

Shades of Cerulean #067CBC

Tints of Cerulean #067CBC

RGB

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

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

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

R = 1.89%
G = 38.99%
B = 59.12%

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

#067CBC (or 0x067CBC) is known color: Cerulean. HEX triplet: 06, 7C and BC. RGB value is (6,124,188). Sum of RGB (Red+Green+Blue) = 6+124+188=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #067CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CBC is #F98343. Grayscale: #5F5F5F. Windows color (decimal): -16352068 or 12352518. OLE color: 12352518.

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

Color convert

RGB 6 124 188 -
CMYK 0.97 0.34 0 0.26
HSL 201.1º 0.94% 0.38% -
HSV(B) 201.1º 0.97% 0.74% -
XYZ 16.36 18.08 50.21 -
YUV 96.01 179.91 63.8 -
System Red Green Blue C M Y K H S L
Decimal 6 124 188 0.97 0.34 0 0.26 201.1 0.94 0.38
Hex 6 7C BC 61 22 0 1A C9 5E 26
Octal 6 174 274 141 42 0 32 311 136 46
Binary 110 1111100 10111100 1100001 100010 0 11010 11001001 1011110 100110

Color Harmonies of #067CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067CBC

Black with #067CBC

Text Example


Text Example

White with #067CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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