Html Css Color HEX #0C7BBE Cerulean

📋 copy color: '#0C7BBE'

red 12 ◦ green 123 ◦ blue 190

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

Shades of Cerulean #0C7BBE

Tints of Cerulean #0C7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.46%

R = 3.69%
G = 37.85%
B = 58.46%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C7BBE (or 0x0C7BBE) is known color: Cerulean. HEX triplet: 0C, 7B and BE. RGB value is (12,123,190). Sum of RGB (Red+Green+Blue) = 12+123+190=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C7BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7BBE is #F38441. Grayscale: #616161. Windows color (decimal): -15959106 or 12483340. OLE color: 12483340.

HSL color Cylindrical-coordinate representation of color #0C7BBE: hue angle of 202.58º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C7BBE is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 123 190 -
CMYK 0.94 0.35 0 0.25
HSL 202.58º 0.88% 0.4% -
HSV(B) 202.58º 0.94% 0.75% -
XYZ 16.53 17.96 51.31 -
YUV 97.45 180.23 67.05 -
System Red Green Blue C M Y K H S L
Decimal 12 123 190 0.94 0.35 0 0.25 202.58 0.88 0.4
Hex C 7B BE 5E 23 0 19 CB 58 28
Octal 14 173 276 136 43 0 31 313 130 50
Binary 1100 1111011 10111110 1011110 100011 0 11001 11001011 1011000 101000

Color Harmonies of #0C7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7BBE

Black with #0C7BBE

Text Example


Text Example

White with #0C7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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