Html Css Color HEX #0C7FBB Cerulean

📋 copy color: '#0C7FBB'

red 12 ◦ green 127 ◦ blue 187

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

Shades of Cerulean #0C7FBB

Tints of Cerulean #0C7FBB

RGB

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

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

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

R = 3.68%
G = 38.96%
B = 57.36%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C7FBB (or 0x0C7FBB) is known color: Cerulean. HEX triplet: 0C, 7F and BB. RGB value is (12,127,187). Sum of RGB (Red+Green+Blue) = 12+127+187=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C7FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7FBB is #F38044. Grayscale: #636363. Windows color (decimal): -15958085 or 12287756. OLE color: 12287756.

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

Color convert

RGB 12 127 187 -
CMYK 0.94 0.32 0 0.27
HSL 200.57º 0.88% 0.39% -
HSV(B) 200.57º 0.94% 0.73% -
XYZ 16.71 18.84 49.77 -
YUV 99.46 177.4 65.62 -
System Red Green Blue C M Y K H S L
Decimal 12 127 187 0.94 0.32 0 0.27 200.57 0.88 0.39
Hex C 7F BB 5E 20 0 1B C9 58 27
Octal 14 177 273 136 40 0 33 311 130 47
Binary 1100 1111111 10111011 1011110 100000 0 11011 11001001 1011000 100111

Color Harmonies of #0C7FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7FBB

Black with #0C7FBB

Text Example


Text Example

White with #0C7FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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