Html Css Color HEX #0F38CB Persian Blue

📋 copy color: '#0F38CB'

red 15 ◦ green 56 ◦ blue 203

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

Shades of Persian Blue #0F38CB

Tints of Persian Blue #0F38CB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.44%

 BLUE value IS 203 (79.69% from 255) = 74.09%

R = 5.47%
G = 20.44%
B = 74.09%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F38CB (or 0x0F38CB) is known color: Persian Blue. HEX triplet: 0F, 38 and CB. RGB value is (15,56,203). Sum of RGB (Red+Green+Blue) = 15+56+203=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 203 (79.69% from 255 or 74.09% from 274); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F38CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F38CB is #F0C734. Grayscale: #3B3B3B. Windows color (decimal): -15779637 or 13318159. OLE color: 13318159.

HSL color Cylindrical-coordinate representation of color #0F38CB: hue angle of 226.91º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F38CB is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 56 203 -
CMYK 0.93 0.72 0 0.20
HSL 226.91º 0.86% 0.43% -
HSV(B) 226.91º 0.93% 0.8% -
XYZ 12.39 7.24 57.24 -
YUV 60.5 208.42 95.55 -
System Red Green Blue C M Y K H S L
Decimal 15 56 203 0.93 0.72 0 0.20 226.91 0.86 0.43
Hex F 38 CB 5D 48 0 14 E3 56 2B
Octal 17 70 313 135 110 0 24 343 126 53
Binary 1111 111000 11001011 1011101 1001000 0 10100 11100011 1010110 101011

Color Harmonies of #0F38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F38CB

Black with #0F38CB

Text Example


Text Example

White with #0F38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,56,203); }

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

background-color css

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

 a { background-color: rgb(15,56,203); }

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

border-color css

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

 span { border-color: rgb(15,56,203); }

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