Html Css Color HEX #0C39CD Persian Blue

📋 copy color: '#0C39CD'

red 12 ◦ green 57 ◦ blue 205

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

Shades of Persian Blue #0C39CD

Tints of Persian Blue #0C39CD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.8%

 BLUE value IS 205 (80.47% from 255) = 74.82%

R = 4.38%
G = 20.8%
B = 74.82%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C39CD (or 0x0C39CD) is known color: Persian Blue. HEX triplet: 0C, 39 and CD. RGB value is (12,57,205). Sum of RGB (Red+Green+Blue) = 12+57+205=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C39CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C39CD is #F3C632. Grayscale: #3B3B3B. Windows color (decimal): -15975987 or 13449484. OLE color: 13449484.

HSL color Cylindrical-coordinate representation of color #0C39CD: hue angle of 226.01º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C39CD is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 57 205 -
CMYK 0.94 0.72 0 0.20
HSL 226.01º 0.89% 0.43% -
HSV(B) 226.01º 0.94% 0.8% -
XYZ 12.63 7.41 58.52 -
YUV 60.42 209.59 93.47 -
System Red Green Blue C M Y K H S L
Decimal 12 57 205 0.94 0.72 0 0.20 226.01 0.89 0.43
Hex C 39 CD 5E 48 0 14 E2 59 2B
Octal 14 71 315 136 110 0 24 342 131 53
Binary 1100 111001 11001101 1011110 1001000 0 10100 11100010 1011001 101011

Color Harmonies of #0C39CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C39CD

Black with #0C39CD

Text Example


Text Example

White with #0C39CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,57,205); }

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

background-color css

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

 a { background-color: rgb(12,57,205); }

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

border-color css

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

 span { border-color: rgb(12,57,205); }

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