Html Css Color HEX #067FBC Cerulean

📋 copy color: '#067FBC'

red 6 ◦ green 127 ◦ blue 188

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

Shades of Cerulean #067FBC

Tints of Cerulean #067FBC

RGB

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

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

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

R = 1.87%
G = 39.56%
B = 58.57%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#067FBC (or 0x067FBC) is known color: Cerulean. HEX triplet: 06, 7F and BC. RGB value is (6,127,188). Sum of RGB (Red+Green+Blue) = 6+127+188=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #067FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067FBC is #F98043. Grayscale: #616161. Windows color (decimal): -16351300 or 12353286. OLE color: 12353286.

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

Color convert

RGB 6 127 188 -
CMYK 0.97 0.32 0 0.26
HSL 200.11º 0.94% 0.38% -
HSV(B) 200.11º 0.97% 0.74% -
XYZ 16.74 18.85 50.33 -
YUV 97.78 178.91 62.54 -
System Red Green Blue C M Y K H S L
Decimal 6 127 188 0.97 0.32 0 0.26 200.11 0.94 0.38
Hex 6 7F BC 61 20 0 1A C8 5E 26
Octal 6 177 274 141 40 0 32 310 136 46
Binary 110 1111111 10111100 1100001 100000 0 11010 11001000 1011110 100110

Color Harmonies of #067FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FBC

Black with #067FBC

Text Example


Text Example

White with #067FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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