Html Css Color HEX #0C2DBE Persian Blue

📋 copy color: '#0C2DBE'

red 12 ◦ green 45 ◦ blue 190

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

Shades of Persian Blue #0C2DBE

Tints of Persian Blue #0C2DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.22%

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

R = 4.86%
G = 18.22%
B = 76.92%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C2DBE (or 0x0C2DBE) is known color: Persian Blue. HEX triplet: 0C, 2D and BE. RGB value is (12,45,190). Sum of RGB (Red+Green+Blue) = 12+45+190=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 190 (74.61% from 255 or 76.92% from 247); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C2DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2DBE is #F3D241. Grayscale: #333333. Windows color (decimal): -15979074 or 12463372. OLE color: 12463372.

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

Color convert

RGB 12 45 190 -
CMYK 0.94 0.76 0 0.25
HSL 228.88º 0.88% 0.4% -
HSV(B) 228.88º 0.94% 0.75% -
XYZ 10.38 5.67 49.26 -
YUV 51.66 206.07 99.71 -
System Red Green Blue C M Y K H S L
Decimal 12 45 190 0.94 0.76 0 0.25 228.88 0.88 0.4
Hex C 2D BE 5E 4C 0 19 E5 58 28
Octal 14 55 276 136 114 0 31 345 130 50
Binary 1100 101101 10111110 1011110 1001100 0 11001 11100101 1011000 101000

Color Harmonies of #0C2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2DBE

Black with #0C2DBE

Text Example


Text Example

White with #0C2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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