Html Css Color HEX #0C7BBA Cerulean

📋 copy color: '#0C7BBA'

red 12 ◦ green 123 ◦ blue 186

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

Shades of Cerulean #0C7BBA

Tints of Cerulean #0C7BBA

RGB

 RED value IS 12 (5.08% from 255) = 3.74%

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

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

R = 3.74%
G = 38.32%
B = 57.94%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C7BBA (or 0x0C7BBA) is known color: Cerulean. HEX triplet: 0C, 7B and BA. RGB value is (12,123,186). Sum of RGB (Red+Green+Blue) = 12+123+186=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C7BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7BBA is #F38445. Grayscale: #606060. Windows color (decimal): -15959110 or 12221196. OLE color: 12221196.

HSL color Cylindrical-coordinate representation of color #0C7BBA: hue angle of 201.72º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C7BBA is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 123 186 -
CMYK 0.94 0.34 0 0.27
HSL 201.72º 0.88% 0.39% -
HSV(B) 201.72º 0.94% 0.73% -
XYZ 16.1 17.79 49.04 -
YUV 96.99 178.23 67.38 -
System Red Green Blue C M Y K H S L
Decimal 12 123 186 0.94 0.34 0 0.27 201.72 0.88 0.39
Hex C 7B BA 5E 22 0 1B CA 58 27
Octal 14 173 272 136 42 0 33 312 130 47
Binary 1100 1111011 10111010 1011110 100010 0 11011 11001010 1011000 100111

Color Harmonies of #0C7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7BBA

Black with #0C7BBA

Text Example


Text Example

White with #0C7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C7BBA; }

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

 H1.HeaderClassName
 {
   color: #0C7BBA;
 }
 .AnyTagClassName
 {
   color: #0C7BBA;
 }
</style>

background-color css

<style>
 a { background-color: #0C7BBA; }

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

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

border-color css

<style>
 span { border-color: #0C7BBA; }

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

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