Html Css Color HEX #0F386E Prussian Blue

📋 copy color: '#0F386E'

red 15 ◦ green 56 ◦ blue 110

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

Shades of Prussian Blue #0F386E

Tints of Prussian Blue #0F386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 60.77%

R = 8.29%
G = 30.94%
B = 60.77%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0F386E (or 0x0F386E) is known color: Prussian Blue. HEX triplet: 0F, 38 and 6E. RGB value is (15,56,110). Sum of RGB (Red+Green+Blue) = 15+56+110=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F386E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F386E is #F0C791. Grayscale: #313131. Windows color (decimal): -15779730 or 7223311. OLE color: 7223311.

HSL color Cylindrical-coordinate representation of color #0F386E: hue angle of 214.11º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F386E is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 15 56 110 -
CMYK 0.86 0.49 0 0.57
HSL 214.11º 0.76% 0.25% -
HSV(B) 214.11º 0.86% 0.43% -
XYZ 4.43 4.06 15.3 -
YUV 49.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 15 56 110 0.86 0.49 0 0.57 214.11 0.76 0.25
Hex F 38 6E 56 31 0 39 D6 4C 19
Octal 17 70 156 126 61 0 71 326 114 31
Binary 1111 111000 1101110 1010110 110001 0 111001 11010110 1001100 11001

Color Harmonies of #0F386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F386E

Black with #0F386E

Text Example


Text Example

White with #0F386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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