Html Css Color HEX #063341 Nordic

📋 copy color: '#063341'

red 6 ◦ green 51 ◦ blue 65

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

Shades of Nordic #063341

Tints of Nordic #063341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.8%

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

R = 4.92%
G = 41.8%
B = 53.28%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063341 (or 0x063341) is known color: Nordic. HEX triplet: 06, 33 and 41. RGB value is (6,51,65). Sum of RGB (Red+Green+Blue) = 6+51+65=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #063341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063341 is #F9CCBE. Grayscale: #272727. Windows color (decimal): -16370879 or 4272902. OLE color: 4272902.

HSL color Cylindrical-coordinate representation of color #063341: hue angle of 194.24º 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 #063341 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 51 65 -
CMYK 0.91 0.22 0 0.75
HSL 194.24º 0.83% 0.14% -
HSV(B) 194.24º 0.91% 0.25% -
XYZ 2.21 2.79 5.42 -
YUV 39.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 6 51 65 0.91 0.22 0 0.75 194.24 0.83 0.14
Hex 6 33 41 5B 16 0 4B C2 53 E
Octal 6 63 101 133 26 0 113 302 123 16
Binary 110 110011 1000001 1011011 10110 0 1001011 11000010 1010011 1110

Color Harmonies of #063341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063341

Black with #063341

Text Example


Text Example

White with #063341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063341; }

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

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

background-color css

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

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

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

border-color css

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

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

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