Html Css Color HEX #0F3540 Nordic

📋 copy color: '#0F3540'

red 15 ◦ green 53 ◦ blue 64

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

Shades of Nordic #0F3540

Tints of Nordic #0F3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.15%

 BLUE value IS 64 (25.39% from 255) = 48.48%

R = 11.36%
G = 40.15%
B = 48.48%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F3540 (or 0x0F3540) is known color: Nordic. HEX triplet: 0F, 35 and 40. RGB value is (15,53,64). Sum of RGB (Red+Green+Blue) = 15+53+64=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F3540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3540 is #F0CABF. Grayscale: #2A2A2A. Windows color (decimal): -15780544 or 4207887. OLE color: 4207887.

HSL color Cylindrical-coordinate representation of color #0F3540: hue angle of 193.47º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F3540 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 53 64 -
CMYK 0.77 0.17 0 0.75
HSL 193.47º 0.62% 0.15% -
HSV(B) 193.47º 0.77% 0.25% -
XYZ 2.4 3.02 5.31 -
YUV 42.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 15 53 64 0.77 0.17 0 0.75 193.47 0.62 0.15
Hex F 35 40 4D 11 0 4B C1 3E F
Octal 17 65 100 115 21 0 113 301 76 17
Binary 1111 110101 1000000 1001101 10001 0 1001011 11000001 111110 1111

Color Harmonies of #0F3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3540

Black with #0F3540

Text Example


Text Example

White with #0F3540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,53,64); }

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

background-color css

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

 a { background-color: rgb(15,53,64); }

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

border-color css

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

 span { border-color: rgb(15,53,64); }

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