Html Css Color HEX #073233 Nordic

📋 copy color: '#073233'

red 7 ◦ green 50 ◦ blue 51

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

Shades of Nordic #073233

Tints of Nordic #073233

RGB

 RED value IS 7 (3.13% from 255) = 6.48%

 GREEN value IS 50 (19.92% from 255) = 46.3%

 BLUE value IS 51 (20.31% from 255) = 47.22%

R = 6.48%
G = 46.3%
B = 47.22%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#073233 (or 0x073233) is known color: Nordic. HEX triplet: 07, 32 and 33. RGB value is (7,50,51). Sum of RGB (Red+Green+Blue) = 7+50+51=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: blue. Hex color #073233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073233 is #F8CDCC. Grayscale: #252525. Windows color (decimal): -16305613 or 3355143. OLE color: 3355143.

HSL color Cylindrical-coordinate representation of color #073233: hue angle of 181.36º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073233 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 7 50 51 -
CMYK 0.86 0.02 0 0.8
HSL 181.36º 0.76% 0.11% -
HSV(B) 181.36º 0.86% 0.2% -
XYZ 1.83 2.57 3.53 -
YUV 37.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 7 50 51 0.86 0.02 0 0.8 181.36 0.76 0.11
Hex 7 32 33 56 2 0 50 B5 4C B
Octal 7 62 63 126 2 0 120 265 114 13
Binary 111 110010 110011 1010110 10 0 1010000 10110101 1001100 1011

Color Harmonies of #073233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073233

Black with #073233

Text Example


Text Example

White with #073233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073233; }

 p { color: rgb(7,50,51); }

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

background-color css

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

 a { background-color: rgb(7,50,51); }

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

border-color css

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

 span { border-color: rgb(7,50,51); }

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