Html Css Color HEX #07638C Allports

📋 copy color: '#07638C'

red 7 ◦ green 99 ◦ blue 140

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

Shades of Allports #07638C

Tints of Allports #07638C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.24%

 BLUE value IS 140 (55.08% from 255) = 56.91%

R = 2.85%
G = 40.24%
B = 56.91%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07638C (or 0x07638C) is known color: Allports. HEX triplet: 07, 63 and 8C. RGB value is (7,99,140). Sum of RGB (Red+Green+Blue) = 7+99+140=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #07638C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07638C is #F89C73. Grayscale: #4B4B4B. Windows color (decimal): -16292980 or 9200391. OLE color: 9200391.

HSL color Cylindrical-coordinate representation of color #07638C: hue angle of 198.5º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07638C is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 99 140 -
CMYK 0.95 0.29 0 0.45
HSL 198.5º 0.9% 0.29% -
HSV(B) 198.5º 0.95% 0.55% -
XYZ 9.28 10.86 26.42 -
YUV 76.17 164.02 78.67 -
System Red Green Blue C M Y K H S L
Decimal 7 99 140 0.95 0.29 0 0.45 198.5 0.9 0.29
Hex 7 63 8C 5F 1D 0 2D C6 5A 1D
Octal 7 143 214 137 35 0 55 306 132 35
Binary 111 1100011 10001100 1011111 11101 0 101101 11000110 1011010 11101

Color Harmonies of #07638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07638C

Black with #07638C

Text Example


Text Example

White with #07638C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,99,140); }

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

background-color css

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

 a { background-color: rgb(7,99,140); }

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

border-color css

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

 span { border-color: rgb(7,99,140); }

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