Html Css Color HEX #067FBA Cerulean

📋 copy color: '#067FBA'

red 6 ◦ green 127 ◦ blue 186

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

Shades of Cerulean #067FBA

Tints of Cerulean #067FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.31%

R = 1.88%
G = 39.81%
B = 58.31%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#067FBA (or 0x067FBA) is known color: Cerulean. HEX triplet: 06, 7F and BA. RGB value is (6,127,186). Sum of RGB (Red+Green+Blue) = 6+127+186=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #067FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067FBA is #F98045. Grayscale: #616161. Windows color (decimal): -16351302 or 12222214. OLE color: 12222214.

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

Color convert

RGB 6 127 186 -
CMYK 0.97 0.32 0 0.27
HSL 199.67º 0.94% 0.38% -
HSV(B) 199.67º 0.97% 0.73% -
XYZ 16.53 18.76 49.2 -
YUV 97.55 177.91 62.7 -
System Red Green Blue C M Y K H S L
Decimal 6 127 186 0.97 0.32 0 0.27 199.67 0.94 0.38
Hex 6 7F BA 61 20 0 1B C8 5E 26
Octal 6 177 272 141 40 0 33 310 136 46
Binary 110 1111111 10111010 1100001 100000 0 11011 11001000 1011110 100110

Color Harmonies of #067FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FBA

Black with #067FBA

Text Example


Text Example

White with #067FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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