Html Css Color HEX #0C3EDB Persian Blue

📋 copy color: '#0C3EDB'

red 12 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #0C3EDB

Tints of Persian Blue #0C3EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 74.74%

R = 4.1%
G = 21.16%
B = 74.74%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C3EDB (or 0x0C3EDB) is known color: Persian Blue. HEX triplet: 0C, 3E and DB. RGB value is (12,62,219). Sum of RGB (Red+Green+Blue) = 12+62+219=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C3EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3EDB is #F3C124. Grayscale: #404040. Windows color (decimal): -15974693 or 14368268. OLE color: 14368268.

HSL color Cylindrical-coordinate representation of color #0C3EDB: hue angle of 225.51º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C3EDB is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 62 219 -
CMYK 0.95 0.72 0 0.14
HSL 225.51º 0.9% 0.45% -
HSV(B) 225.51º 0.95% 0.86% -
XYZ 14.66 8.64 67.91 -
YUV 64.95 214.94 90.23 -
System Red Green Blue C M Y K H S L
Decimal 12 62 219 0.95 0.72 0 0.14 225.51 0.9 0.45
Hex C 3E DB 5F 48 0 E E2 5A 2D
Octal 14 76 333 137 110 0 16 342 132 55
Binary 1100 111110 11011011 1011111 1001000 0 1110 11100010 1011010 101101

Color Harmonies of #0C3EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3EDB

Black with #0C3EDB

Text Example


Text Example

White with #0C3EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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