Html Css Color HEX #07323C Nordic

📋 copy color: '#07323C'

red 7 ◦ green 50 ◦ blue 60

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

Shades of Nordic #07323C

Tints of Nordic #07323C

RGB

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

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

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

R = 5.98%
G = 42.74%
B = 51.28%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#07323C (or 0x07323C) is known color: Nordic. HEX triplet: 07, 32 and 3C. RGB value is (7,50,60). Sum of RGB (Red+Green+Blue) = 7+50+60=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #07323C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07323C is #F8CDC3. Grayscale: #262626. Windows color (decimal): -16305604 or 3944967. OLE color: 3944967.

HSL color Cylindrical-coordinate representation of color #07323C: hue angle of 191.32º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07323C is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 50 60 -
CMYK 0.88 0.17 0 0.76
HSL 191.32º 0.79% 0.13% -
HSV(B) 191.32º 0.88% 0.24% -
XYZ 2.04 2.65 4.68 -
YUV 38.28 140.25 105.69 -
System Red Green Blue C M Y K H S L
Decimal 7 50 60 0.88 0.17 0 0.76 191.32 0.79 0.13
Hex 7 32 3C 58 11 0 4C BF 4F D
Octal 7 62 74 130 21 0 114 277 117 15
Binary 111 110010 111100 1011000 10001 0 1001100 10111111 1001111 1101

Color Harmonies of #07323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07323C

Black with #07323C

Text Example


Text Example

White with #07323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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