Html Css Color HEX #067FB0 Cerulean

📋 copy color: '#067FB0'

red 6 ◦ green 127 ◦ blue 176

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

Shades of Cerulean #067FB0

Tints of Cerulean #067FB0

RGB

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

 GREEN value IS 127 (50% from 255) = 41.1%

 BLUE value IS 176 (69.14% from 255) = 56.96%

R = 1.94%
G = 41.1%
B = 56.96%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#067FB0 (or 0x067FB0) is known color: Cerulean. HEX triplet: 06, 7F and B0. RGB value is (6,127,176). Sum of RGB (Red+Green+Blue) = 6+127+176=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 176 (69.14% from 255 or 56.96% from 309); Max value from RGB is 176 - color contains mainly: blue. Hex color #067FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067FB0 is #F9804F. Grayscale: #606060. Windows color (decimal): -16351312 or 11566854. OLE color: 11566854.

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

Color convert

RGB 6 127 176 -
CMYK 0.97 0.28 0 0.31
HSL 197.29º 0.93% 0.36% -
HSV(B) 197.29º 0.97% 0.69% -
XYZ 15.5 18.35 43.8 -
YUV 96.41 172.91 63.52 -
System Red Green Blue C M Y K H S L
Decimal 6 127 176 0.97 0.28 0 0.31 197.29 0.93 0.36
Hex 6 7F B0 61 1C 0 1F C5 5D 24
Octal 6 177 260 141 34 0 37 305 135 44
Binary 110 1111111 10110000 1100001 11100 0 11111 11000101 1011101 100100

Color Harmonies of #067FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FB0

Black with #067FB0

Text Example


Text Example

White with #067FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,127,176); }

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

background-color css

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

 a { background-color: rgb(6,127,176); }

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

border-color css

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

 span { border-color: rgb(6,127,176); }

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