Html Css Color HEX #0C41EA Persian Blue

📋 copy color: '#0C41EA'

red 12 ◦ green 65 ◦ blue 234

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

Shades of Persian Blue #0C41EA

Tints of Persian Blue #0C41EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 75.24%

R = 3.86%
G = 20.9%
B = 75.24%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0C41EA (or 0x0C41EA) is known color: Persian Blue. HEX triplet: 0C, 41 and EA. RGB value is (12,65,234). Sum of RGB (Red+Green+Blue) = 12+65+234=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 234 (91.80% from 255 or 75.24% from 311); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C41EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C41EA is #F3BE15. Grayscale: #434343. Windows color (decimal): -15973910 or 15352076. OLE color: 15352076.

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

Color convert

RGB 12 65 234 -
CMYK 0.95 0.72 0 0.08
HSL 225.68º 0.9% 0.48% -
HSV(B) 225.68º 0.95% 0.92% -
XYZ 16.89 9.8 78.84 -
YUV 68.42 221.44 87.76 -
System Red Green Blue C M Y K H S L
Decimal 12 65 234 0.95 0.72 0 0.08 225.68 0.9 0.48
Hex C 41 EA 5F 48 0 8 E2 5A 30
Octal 14 101 352 137 110 0 10 342 132 60
Binary 1100 1000001 11101010 1011111 1001000 0 1000 11100010 1011010 110000

Color Harmonies of #0C41EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C41EA

Black with #0C41EA

Text Example


Text Example

White with #0C41EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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