Html Css Color HEX #07384B Sherpa Blue

📋 copy color: '#07384B'

red 7 ◦ green 56 ◦ blue 75

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

Shades of Sherpa Blue #07384B

Tints of Sherpa Blue #07384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.58%

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

R = 5.07%
G = 40.58%
B = 54.35%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07384B (or 0x07384B) is known color: Sherpa Blue. HEX triplet: 07, 38 and 4B. RGB value is (7,56,75). Sum of RGB (Red+Green+Blue) = 7+56+75=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #07384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07384B is #F8C7B4. Grayscale: #2B2B2B. Windows color (decimal): -16304053 or 4929543. OLE color: 4929543.

HSL color Cylindrical-coordinate representation of color #07384B: hue angle of 196.76º 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 #07384B is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 56 75 -
CMYK 0.91 0.25 0 0.71
HSL 196.76º 0.83% 0.16% -
HSV(B) 196.76º 0.91% 0.29% -
XYZ 2.77 3.38 7.16 -
YUV 43.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 7 56 75 0.91 0.25 0 0.71 196.76 0.83 0.16
Hex 7 38 4B 5B 19 0 47 C5 53 10
Octal 7 70 113 133 31 0 107 305 123 20
Binary 111 111000 1001011 1011011 11001 0 1000111 11000101 1010011 10000

Color Harmonies of #07384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07384B

Black with #07384B

Text Example


Text Example

White with #07384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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