Html Css Color HEX #0C27DF Persian Blue

📋 copy color: '#0C27DF'

red 12 ◦ green 39 ◦ blue 223

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

Shades of Persian Blue #0C27DF

Tints of Persian Blue #0C27DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 81.39%

R = 4.38%
G = 14.23%
B = 81.39%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C27DF (or 0x0C27DF) is known color: Persian Blue. HEX triplet: 0C, 27 and DF. RGB value is (12,39,223). Sum of RGB (Red+Green+Blue) = 12+39+223=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #0C27DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C27DF is #F3D820. Grayscale: #333333. Windows color (decimal): -15980577 or 14624524. OLE color: 14624524.

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

Color convert

RGB 12 39 223 -
CMYK 0.95 0.83 0 0.13
HSL 232.32º 0.9% 0.46% -
HSV(B) 232.32º 0.95% 0.87% -
XYZ 14.2 6.86 70.39 -
YUV 51.9 224.55 99.54 -
System Red Green Blue C M Y K H S L
Decimal 12 39 223 0.95 0.83 0 0.13 232.32 0.9 0.46
Hex C 27 DF 5F 53 0 D E8 5A 2E
Octal 14 47 337 137 123 0 15 350 132 56
Binary 1100 100111 11011111 1011111 1010011 0 1101 11101000 1011010 101110

Color Harmonies of #0C27DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C27DF

Black with #0C27DF

Text Example


Text Example

White with #0C27DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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