Html Css Color HEX #0C27DD Persian Blue

📋 copy color: '#0C27DD'

red 12 ◦ green 39 ◦ blue 221

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

Shades of Persian Blue #0C27DD

Tints of Persian Blue #0C27DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.34%

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

R = 4.41%
G = 14.34%
B = 81.25%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C27DD (or 0x0C27DD) is known color: Persian Blue. HEX triplet: 0C, 27 and DD. RGB value is (12,39,221). Sum of RGB (Red+Green+Blue) = 12+39+221=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C27DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C27DD is #F3D822. Grayscale: #323232. Windows color (decimal): -15980579 or 14493452. OLE color: 14493452.

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

Color convert

RGB 12 39 221 -
CMYK 0.95 0.82 0 0.13
HSL 232.25º 0.9% 0.46% -
HSV(B) 232.25º 0.95% 0.87% -
XYZ 13.93 6.75 68.98 -
YUV 51.68 223.55 99.7 -
System Red Green Blue C M Y K H S L
Decimal 12 39 221 0.95 0.82 0 0.13 232.25 0.9 0.46
Hex C 27 DD 5F 52 0 D E8 5A 2E
Octal 14 47 335 137 122 0 15 350 132 56
Binary 1100 100111 11011101 1011111 1010010 0 1101 11101000 1011010 101110

Color Harmonies of #0C27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C27DD

Black with #0C27DD

Text Example


Text Example

White with #0C27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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