Html Css Color HEX #0F30CF Persian Blue

📋 copy color: '#0F30CF'

red 15 ◦ green 48 ◦ blue 207

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

Shades of Persian Blue #0F30CF

Tints of Persian Blue #0F30CF

RGB

 RED value IS 15 (6.25% from 255) = 5.56%

 GREEN value IS 48 (19.14% from 255) = 17.78%

 BLUE value IS 207 (81.25% from 255) = 76.67%

R = 5.56%
G = 17.78%
B = 76.67%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F30CF (or 0x0F30CF) is known color: Persian Blue. HEX triplet: 0F, 30 and CF. RGB value is (15,48,207). Sum of RGB (Red+Green+Blue) = 15+48+207=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F30CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F30CF is #F0CF30. Grayscale: #373737. Windows color (decimal): -15781681 or 13578255. OLE color: 13578255.

HSL color Cylindrical-coordinate representation of color #0F30CF: hue angle of 229.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F30CF is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 48 207 -
CMYK 0.93 0.77 0 0.19
HSL 229.69º 0.86% 0.44% -
HSV(B) 229.69º 0.93% 0.81% -
XYZ 12.52 6.72 59.67 -
YUV 56.26 213.07 98.57 -
System Red Green Blue C M Y K H S L
Decimal 15 48 207 0.93 0.77 0 0.19 229.69 0.86 0.44
Hex F 30 CF 5D 4D 0 13 E6 56 2C
Octal 17 60 317 135 115 0 23 346 126 54
Binary 1111 110000 11001111 1011101 1001101 0 10011 11100110 1010110 101100

Color Harmonies of #0F30CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F30CF

Black with #0F30CF

Text Example


Text Example

White with #0F30CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,48,207); }

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

background-color css

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

 a { background-color: rgb(15,48,207); }

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

border-color css

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

 span { border-color: rgb(15,48,207); }

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