Html Css Color HEX #0C41DE Persian Blue

📋 copy color: '#0C41DE'

red 12 ◦ green 65 ◦ blue 222

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

Shades of Persian Blue #0C41DE

Tints of Persian Blue #0C41DE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.74%

 BLUE value IS 222 (87.11% from 255) = 74.25%

R = 4.01%
G = 21.74%
B = 74.25%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C41DE (or 0x0C41DE) is known color: Persian Blue. HEX triplet: 0C, 41 and DE. RGB value is (12,65,222). Sum of RGB (Red+Green+Blue) = 12+65+222=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #0C41DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C41DE is #F3BE21. Grayscale: #424242. Windows color (decimal): -15973922 or 14565644. OLE color: 14565644.

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

Color convert

RGB 12 65 222 -
CMYK 0.95 0.71 0 0.13
HSL 224.86º 0.9% 0.46% -
HSV(B) 224.86º 0.95% 0.87% -
XYZ 15.23 9.13 70.07 -
YUV 67.05 215.44 88.73 -
System Red Green Blue C M Y K H S L
Decimal 12 65 222 0.95 0.71 0 0.13 224.86 0.9 0.46
Hex C 41 DE 5F 47 0 D E1 5A 2E
Octal 14 101 336 137 107 0 15 341 132 56
Binary 1100 1000001 11011110 1011111 1000111 0 1101 11100001 1011010 101110

Color Harmonies of #0C41DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C41DE

Black with #0C41DE

Text Example


Text Example

White with #0C41DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,65,222); }

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

background-color css

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

 a { background-color: rgb(12,65,222); }

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

border-color css

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

 span { border-color: rgb(12,65,222); }

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