Html Css Color HEX #08303C Nordic

📋 copy color: '#08303C'

red 8 ◦ green 48 ◦ blue 60

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

Shades of Nordic #08303C

Tints of Nordic #08303C

RGB

 RED value IS 8 (3.52% from 255) = 6.9%

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

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

R = 6.9%
G = 41.38%
B = 51.72%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#08303C (or 0x08303C) is known color: Nordic. HEX triplet: 08, 30 and 3C. RGB value is (8,48,60). Sum of RGB (Red+Green+Blue) = 8+48+60=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #08303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08303C is #F7CFC3. Grayscale: #252525. Windows color (decimal): -16240580 or 3944456. OLE color: 3944456.

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

Color convert

RGB 8 48 60 -
CMYK 0.87 0.20 0 0.76
HSL 193.85º 0.76% 0.13% -
HSV(B) 193.85º 0.87% 0.24% -
XYZ 1.97 2.49 4.65 -
YUV 37.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 8 48 60 0.87 0.20 0 0.76 193.85 0.76 0.13
Hex 8 30 3C 57 14 0 4C C2 4C D
Octal 10 60 74 127 24 0 114 302 114 15
Binary 1000 110000 111100 1010111 10100 0 1001100 11000010 1001100 1101

Color Harmonies of #08303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08303C

Black with #08303C

Text Example


Text Example

White with #08303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,48,60); }

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

background-color css

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

 a { background-color: rgb(8,48,60); }

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

border-color css

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

 span { border-color: rgb(8,48,60); }

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