Html Css Color HEX #0C3DF9 Persian Blue

📋 copy color: '#0C3DF9'

red 12 ◦ green 61 ◦ blue 249

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

Shades of Persian Blue #0C3DF9

Tints of Persian Blue #0C3DF9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.94%

 BLUE value IS 249 (97.66% from 255) = 77.33%

R = 3.73%
G = 18.94%
B = 77.33%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C3DF9 (or 0x0C3DF9) is known color: Persian Blue. HEX triplet: 0C, 3D and F9. RGB value is (12,61,249). Sum of RGB (Red+Green+Blue) = 12+61+249=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 249 (97.66% from 255 or 77.33% from 322); Max value from RGB is 249 - color contains mainly: blue. Hex color #0C3DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C3DF9 is #F3C206. Grayscale: #424242. Windows color (decimal): -15974919 or 16334092. OLE color: 16334092.

HSL color Cylindrical-coordinate representation of color #0C3DF9: hue angle of 227.59º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C3DF9 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 61 249 -
CMYK 0.95 0.76 0 0.02
HSL 227.59º 0.95% 0.51% -
HSV(B) 227.59º 0.95% 0.98% -
XYZ 18.92 10.26 90.6 -
YUV 67.78 230.27 88.21 -
System Red Green Blue C M Y K H S L
Decimal 12 61 249 0.95 0.76 0 0.02 227.59 0.95 0.51
Hex C 3D F9 5F 4C 0 2 E4 5F 33
Octal 14 75 371 137 114 0 2 344 137 63
Binary 1100 111101 11111001 1011111 1001100 0 10 11100100 1011111 110011

Color Harmonies of #0C3DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3DF9

Black with #0C3DF9

Text Example


Text Example

White with #0C3DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,61,249); }

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

background-color css

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

 a { background-color: rgb(12,61,249); }

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

border-color css

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

 span { border-color: rgb(12,61,249); }

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