Html Css Color HEX #072F4B Blue Whale

📋 copy color: '#072F4B'

red 7 ◦ green 47 ◦ blue 75

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

Shades of Blue Whale #072F4B

Tints of Blue Whale #072F4B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 36.43%

 BLUE value IS 75 (29.69% from 255) = 58.14%

R = 5.43%
G = 36.43%
B = 58.14%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#072F4B (or 0x072F4B) is known color: Blue Whale. HEX triplet: 07, 2F and 4B. RGB value is (7,47,75). Sum of RGB (Red+Green+Blue) = 7+47+75=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #072F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F4B is #F8D0B4. Grayscale: #262626. Windows color (decimal): -16306357 or 4927239. OLE color: 4927239.

HSL color Cylindrical-coordinate representation of color #072F4B: hue angle of 204.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #072F4B is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 47 75 -
CMYK 0.91 0.37 0 0.71
HSL 204.71º 0.83% 0.16% -
HSV(B) 204.71º 0.91% 0.29% -
XYZ 2.37 2.59 7.03 -
YUV 38.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 7 47 75 0.91 0.37 0 0.71 204.71 0.83 0.16
Hex 7 2F 4B 5B 25 0 47 CD 53 10
Octal 7 57 113 133 45 0 107 315 123 20
Binary 111 101111 1001011 1011011 100101 0 1000111 11001101 1010011 10000

Color Harmonies of #072F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072F4B

Black with #072F4B

Text Example


Text Example

White with #072F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072F4B; }

 p { color: rgb(7,47,75); }

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

background-color css

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

 a { background-color: rgb(7,47,75); }

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

border-color css

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

 span { border-color: rgb(7,47,75); }

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