Html Css Color HEX #0C18EF Blue

📋 copy color: '#0C18EF'

red 12 ◦ green 24 ◦ blue 239

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

Shades of Blue #0C18EF

Tints of Blue #0C18EF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.73%

 BLUE value IS 239 (93.75% from 255) = 86.91%

R = 4.36%
G = 8.73%
B = 86.91%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0C18EF (or 0x0C18EF) is known color: Blue. HEX triplet: 0C, 18 and EF. RGB value is (12,24,239). Sum of RGB (Red+Green+Blue) = 12+24+239=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 239 (93.75% from 255 or 86.91% from 275); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C18EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C18EF is #F3E710. Grayscale: #2C2C2C. Windows color (decimal): -15984401 or 15669260. OLE color: 15669260.

HSL color Cylindrical-coordinate representation of color #0C18EF: hue angle of 236.83º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C18EF is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 12 24 239 -
CMYK 0.95 0.90 0 0.06
HSL 236.83º 0.9% 0.49% -
HSV(B) 236.83º 0.95% 0.94% -
XYZ 16.06 6.96 82.16 -
YUV 44.92 237.52 104.52 -
System Red Green Blue C M Y K H S L
Decimal 12 24 239 0.95 0.90 0 0.06 236.83 0.9 0.49
Hex C 18 EF 5F 5A 0 6 ED 5A 31
Octal 14 30 357 137 132 0 6 355 132 61
Binary 1100 11000 11101111 1011111 1011010 0 110 11101101 1011010 110001

Color Harmonies of #0C18EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C18EF

Black with #0C18EF

Text Example


Text Example

White with #0C18EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,24,239); }

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

background-color css

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

 a { background-color: rgb(12,24,239); }

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

border-color css

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

 span { border-color: rgb(12,24,239); }

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