Html Css Color HEX #0C2FDD Persian Blue

📋 copy color: '#0C2FDD'

red 12 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #0C2FDD

Tints of Persian Blue #0C2FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.79%

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

R = 4.29%
G = 16.79%
B = 78.93%

CMYK

 C value IS 0.95

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C2FDD (or 0x0C2FDD) is known color: Persian Blue. HEX triplet: 0C, 2F and DD. RGB value is (12,47,221). Sum of RGB (Red+Green+Blue) = 12+47+221=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C2FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2FDD is #F3D022. Grayscale: #373737. Windows color (decimal): -15978531 or 14495500. OLE color: 14495500.

HSL color Cylindrical-coordinate representation of color #0C2FDD: hue angle of 229.95º 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 #0C2FDD is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 47 221 -
CMYK 0.95 0.79 0 0.13
HSL 229.95º 0.9% 0.46% -
HSV(B) 229.95º 0.95% 0.87% -
XYZ 14.22 7.33 69.07 -
YUV 56.37 220.9 96.35 -
System Red Green Blue C M Y K H S L
Decimal 12 47 221 0.95 0.79 0 0.13 229.95 0.9 0.46
Hex C 2F DD 5F 4F 0 D E6 5A 2E
Octal 14 57 335 137 117 0 15 346 132 56
Binary 1100 101111 11011101 1011111 1001111 0 1101 11100110 1011010 101110

Color Harmonies of #0C2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2FDD

Black with #0C2FDD

Text Example


Text Example

White with #0C2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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