Html Css Color HEX #0C2DDD Persian Blue

📋 copy color: '#0C2DDD'

red 12 ◦ green 45 ◦ blue 221

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

Shades of Persian Blue #0C2DDD

Tints of Persian Blue #0C2DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 79.5%

R = 4.32%
G = 16.19%
B = 79.5%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C2DDD (or 0x0C2DDD) is known color: Persian Blue. HEX triplet: 0C, 2D and DD. RGB value is (12,45,221). Sum of RGB (Red+Green+Blue) = 12+45+221=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C2DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2DDD is #F3D222. Grayscale: #363636. Windows color (decimal): -15979043 or 14494988. OLE color: 14494988.

HSL color Cylindrical-coordinate representation of color #0C2DDD: hue angle of 230.53º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C2DDD is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 45 221 -
CMYK 0.95 0.80 0 0.13
HSL 230.53º 0.9% 0.46% -
HSV(B) 230.53º 0.95% 0.87% -
XYZ 14.14 7.18 69.05 -
YUV 55.2 221.57 97.19 -
System Red Green Blue C M Y K H S L
Decimal 12 45 221 0.95 0.80 0 0.13 230.53 0.9 0.46
Hex C 2D DD 5F 50 0 D E7 5A 2E
Octal 14 55 335 137 120 0 15 347 132 56
Binary 1100 101101 11011101 1011111 1010000 0 1101 11100111 1011010 101110

Color Harmonies of #0C2DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2DDD

Black with #0C2DDD

Text Example


Text Example

White with #0C2DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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