Html Css Color HEX #0C2BDD Persian Blue

📋 copy color: '#0C2BDD'

red 12 ◦ green 43 ◦ blue 221

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

Shades of Persian Blue #0C2BDD

Tints of Persian Blue #0C2BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.58%

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

R = 4.35%
G = 15.58%
B = 80.07%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C2BDD (or 0x0C2BDD) is known color: Persian Blue. HEX triplet: 0C, 2B and DD. RGB value is (12,43,221). Sum of RGB (Red+Green+Blue) = 12+43+221=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 221 (86.72% from 255 or 80.07% from 276); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C2BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2BDD is #F3D422. Grayscale: #353535. Windows color (decimal): -15979555 or 14494476. OLE color: 14494476.

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

Color convert

RGB 12 43 221 -
CMYK 0.95 0.81 0 0.13
HSL 231.1º 0.9% 0.46% -
HSV(B) 231.1º 0.95% 0.87% -
XYZ 14.07 7.03 69.02 -
YUV 54.02 222.23 98.03 -
System Red Green Blue C M Y K H S L
Decimal 12 43 221 0.95 0.81 0 0.13 231.1 0.9 0.46
Hex C 2B DD 5F 51 0 D E7 5A 2E
Octal 14 53 335 137 121 0 15 347 132 56
Binary 1100 101011 11011101 1011111 1010001 0 1101 11100111 1011010 101110

Color Harmonies of #0C2BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2BDD

Black with #0C2BDD

Text Example


Text Example

White with #0C2BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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