Html Css Color HEX #063441 Nordic

📋 copy color: '#063441'

red 6 ◦ green 52 ◦ blue 65

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

Shades of Nordic #063441

Tints of Nordic #063441

RGB

 RED value IS 6 (2.73% from 255) = 4.88%

 GREEN value IS 52 (20.7% from 255) = 42.28%

 BLUE value IS 65 (25.78% from 255) = 52.85%

R = 4.88%
G = 42.28%
B = 52.85%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063441 (or 0x063441) is known color: Nordic. HEX triplet: 06, 34 and 41. RGB value is (6,52,65). Sum of RGB (Red+Green+Blue) = 6+52+65=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #063441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063441 is #F9CBBE. Grayscale: #272727. Windows color (decimal): -16370623 or 4273158. OLE color: 4273158.

HSL color Cylindrical-coordinate representation of color #063441: hue angle of 193.22º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063441 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 52 65 -
CMYK 0.91 0.20 0 0.75
HSL 193.22º 0.83% 0.14% -
HSV(B) 193.22º 0.91% 0.25% -
XYZ 2.26 2.88 5.44 -
YUV 39.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 6 52 65 0.91 0.20 0 0.75 193.22 0.83 0.14
Hex 6 34 41 5B 14 0 4B C1 53 E
Octal 6 64 101 133 24 0 113 301 123 16
Binary 110 110100 1000001 1011011 10100 0 1001011 11000001 1010011 1110

Color Harmonies of #063441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063441

Black with #063441

Text Example


Text Example

White with #063441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063441; }

 p { color: rgb(6,52,65); }

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

background-color css

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

 a { background-color: rgb(6,52,65); }

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

border-color css

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

 span { border-color: rgb(6,52,65); }

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