Html Css Color HEX #067BBA Cerulean

📋 copy color: '#067BBA'

red 6 ◦ green 123 ◦ blue 186

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

Shades of Cerulean #067BBA

Tints of Cerulean #067BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.05%

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

R = 1.9%
G = 39.05%
B = 59.05%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#067BBA (or 0x067BBA) is known color: Cerulean. HEX triplet: 06, 7B and BA. RGB value is (6,123,186). Sum of RGB (Red+Green+Blue) = 6+123+186=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #067BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067BBA is #F98445. Grayscale: #5E5E5E. Windows color (decimal): -16352326 or 12221190. OLE color: 12221190.

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

Color convert

RGB 6 123 186 -
CMYK 0.97 0.34 0 0.27
HSL 201º 0.94% 0.38% -
HSV(B) 201º 0.97% 0.73% -
XYZ 16.02 17.75 49.04 -
YUV 95.2 179.24 64.38 -
System Red Green Blue C M Y K H S L
Decimal 6 123 186 0.97 0.34 0 0.27 201 0.94 0.38
Hex 6 7B BA 61 22 0 1B C9 5E 26
Octal 6 173 272 141 42 0 33 311 136 46
Binary 110 1111011 10111010 1100001 100010 0 11011 11001001 1011110 100110

Color Harmonies of #067BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067BBA

Black with #067BBA

Text Example


Text Example

White with #067BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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