Html Css Color HEX #0C7BBB Cerulean

📋 copy color: '#0C7BBB'

red 12 ◦ green 123 ◦ blue 187

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

Shades of Cerulean #0C7BBB

Tints of Cerulean #0C7BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.07%

R = 3.73%
G = 38.2%
B = 58.07%

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

#0C7BBB (or 0x0C7BBB) is known color: Cerulean. HEX triplet: 0C, 7B and BB. RGB value is (12,123,187). Sum of RGB (Red+Green+Blue) = 12+123+187=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C7BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7BBB is #F38444. Grayscale: #606060. Windows color (decimal): -15959109 or 12286732. OLE color: 12286732.

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

Color convert

RGB 12 123 187 -
CMYK 0.94 0.34 0 0.27
HSL 201.94º 0.88% 0.39% -
HSV(B) 201.94º 0.94% 0.73% -
XYZ 16.2 17.83 49.6 -
YUV 97.11 178.73 67.3 -
System Red Green Blue C M Y K H S L
Decimal 12 123 187 0.94 0.34 0 0.27 201.94 0.88 0.39
Hex C 7B BB 5E 22 0 1B CA 58 27
Octal 14 173 273 136 42 0 33 312 130 47
Binary 1100 1111011 10111011 1011110 100010 0 11011 11001010 1011000 100111

Color Harmonies of #0C7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7BBB

Black with #0C7BBB

Text Example


Text Example

White with #0C7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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