Html Css Color HEX #07303D Nordic

📋 copy color: '#07303D'

red 7 ◦ green 48 ◦ blue 61

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

Shades of Nordic #07303D

Tints of Nordic #07303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.38%

 BLUE value IS 61 (24.22% from 255) = 52.59%

R = 6.03%
G = 41.38%
B = 52.59%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#07303D (or 0x07303D) is known color: Nordic. HEX triplet: 07, 30 and 3D. RGB value is (7,48,61). Sum of RGB (Red+Green+Blue) = 7+48+61=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #07303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07303D is #F8CFC2. Grayscale: #252525. Windows color (decimal): -16306115 or 4009991. OLE color: 4009991.

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

Color convert

RGB 7 48 61 -
CMYK 0.89 0.21 0 0.76
HSL 194.44º 0.79% 0.13% -
HSV(B) 194.44º 0.89% 0.24% -
XYZ 1.99 2.5 4.79 -
YUV 37.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 7 48 61 0.89 0.21 0 0.76 194.44 0.79 0.13
Hex 7 30 3D 59 15 0 4C C2 4F D
Octal 7 60 75 131 25 0 114 302 117 15
Binary 111 110000 111101 1011001 10101 0 1001100 11000010 1001111 1101

Color Harmonies of #07303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07303D

Black with #07303D

Text Example


Text Example

White with #07303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07303D; }

 p { color: rgb(7,48,61); }

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

background-color css

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

 a { background-color: rgb(7,48,61); }

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

border-color css

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

 span { border-color: rgb(7,48,61); }

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