Html Css Color HEX #067EBA Cerulean

📋 copy color: '#067EBA'

red 6 ◦ green 126 ◦ blue 186

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

Shades of Cerulean #067EBA

Tints of Cerulean #067EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.62%

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

R = 1.89%
G = 39.62%
B = 58.49%

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

#067EBA (or 0x067EBA) is known color: Cerulean. HEX triplet: 06, 7E and BA. RGB value is (6,126,186). Sum of RGB (Red+Green+Blue) = 6+126+186=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #067EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067EBA is #F98145. Grayscale: #606060. Windows color (decimal): -16351558 or 12221958. OLE color: 12221958.

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

Color convert

RGB 6 126 186 -
CMYK 0.97 0.32 0 0.27
HSL 200º 0.94% 0.38% -
HSV(B) 200º 0.97% 0.73% -
XYZ 16.4 18.51 49.16 -
YUV 96.96 178.24 63.12 -
System Red Green Blue C M Y K H S L
Decimal 6 126 186 0.97 0.32 0 0.27 200 0.94 0.38
Hex 6 7E BA 61 20 0 1B C8 5E 26
Octal 6 176 272 141 40 0 33 310 136 46
Binary 110 1111110 10111010 1100001 100000 0 11011 11001000 1011110 100110

Color Harmonies of #067EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067EBA

Black with #067EBA

Text Example


Text Example

White with #067EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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