Html Css Color HEX #0C3EDD Persian Blue

📋 copy color: '#0C3EDD'

red 12 ◦ green 62 ◦ blue 221

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

Shades of Persian Blue #0C3EDD

Tints of Persian Blue #0C3EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.02%

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

R = 4.07%
G = 21.02%
B = 74.92%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C3EDD (or 0x0C3EDD) is known color: Persian Blue. HEX triplet: 0C, 3E and DD. RGB value is (12,62,221). Sum of RGB (Red+Green+Blue) = 12+62+221=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C3EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3EDD is #F3C122. Grayscale: #404040. Windows color (decimal): -15974691 or 14499340. OLE color: 14499340.

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

Color convert

RGB 12 62 221 -
CMYK 0.95 0.72 0 0.13
HSL 225.65º 0.9% 0.46% -
HSV(B) 225.65º 0.95% 0.87% -
XYZ 14.93 8.74 69.31 -
YUV 65.18 215.94 90.07 -
System Red Green Blue C M Y K H S L
Decimal 12 62 221 0.95 0.72 0 0.13 225.65 0.9 0.46
Hex C 3E DD 5F 48 0 D E2 5A 2E
Octal 14 76 335 137 110 0 15 342 132 56
Binary 1100 111110 11011101 1011111 1001000 0 1101 11100010 1011010 101110

Color Harmonies of #0C3EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3EDD

Black with #0C3EDD

Text Example


Text Example

White with #0C3EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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