Html Css Color HEX #0F353D Nordic

📋 copy color: '#0F353D'

red 15 ◦ green 53 ◦ blue 61

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

Shades of Nordic #0F353D

Tints of Nordic #0F353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 47.29%

R = 11.63%
G = 41.09%
B = 47.29%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0F353D (or 0x0F353D) is known color: Nordic. HEX triplet: 0F, 35 and 3D. RGB value is (15,53,61). Sum of RGB (Red+Green+Blue) = 15+53+61=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F353D is #F0CAC2. Grayscale: #2A2A2A. Windows color (decimal): -15780547 or 4011279. OLE color: 4011279.

HSL color Cylindrical-coordinate representation of color #0F353D: hue angle of 190.43º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F353D is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 53 61 -
CMYK 0.75 0.13 0 0.76
HSL 190.43º 0.61% 0.15% -
HSV(B) 190.43º 0.75% 0.24% -
XYZ 2.31 2.98 4.87 -
YUV 42.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 15 53 61 0.75 0.13 0 0.76 190.43 0.61 0.15
Hex F 35 3D 4B D 0 4C BE 3D F
Octal 17 65 75 113 15 0 114 276 75 17
Binary 1111 110101 111101 1001011 1101 0 1001100 10111110 111101 1111

Color Harmonies of #0F353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F353D

Black with #0F353D

Text Example


Text Example

White with #0F353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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