Html Css Color HEX #02313C Nordic

📋 copy color: '#02313C'

red 2 ◦ green 49 ◦ blue 60

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

Shades of Nordic #02313C

Tints of Nordic #02313C

RGB

 RED value IS 2 (1.17% from 255) = 1.8%

 GREEN value IS 49 (19.53% from 255) = 44.14%

 BLUE value IS 60 (23.83% from 255) = 54.05%

R = 1.8%
G = 44.14%
B = 54.05%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02313C (or 0x02313C) is known color: Nordic. HEX triplet: 02, 31 and 3C. RGB value is (2,49,60). Sum of RGB (Red+Green+Blue) = 2+49+60=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #02313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02313C is #FDCEC3. Grayscale: #242424. Windows color (decimal): -16633540 or 3944706. OLE color: 3944706.

HSL color Cylindrical-coordinate representation of color #02313C: hue angle of 191.38º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02313C is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 49 60 -
CMYK 0.97 0.18 0 0.76
HSL 191.38º 0.94% 0.12% -
HSV(B) 191.38º 0.97% 0.24% -
XYZ 1.94 2.54 4.66 -
YUV 36.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 2 49 60 0.97 0.18 0 0.76 191.38 0.94 0.12
Hex 2 31 3C 61 12 0 4C BF 5E C
Octal 2 61 74 141 22 0 114 277 136 14
Binary 10 110001 111100 1100001 10010 0 1001100 10111111 1011110 1100

Color Harmonies of #02313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02313C

Black with #02313C

Text Example


Text Example

White with #02313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02313C; }

 p { color: rgb(2,49,60); }

 H1.HeaderClassName
 {
   color: #02313C;
 }
 .AnyTagClassName
 {
   color: #02313C;
 }
</style>

background-color css

<style>
 a { background-color: #02313C; }

 a { background-color: rgb(2,49,60); }

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

border-color css

<style>
 span { border-color: #02313C; }

 span { border-color: rgb(2,49,60); }

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