Html Css Color HEX #0D628D Allports

📋 copy color: '#0D628D'

red 13 ◦ green 98 ◦ blue 141

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

Shades of Allports #0D628D

Tints of Allports #0D628D

RGB

 RED value IS 13 (5.47% from 255) = 5.16%

 GREEN value IS 98 (38.67% from 255) = 38.89%

 BLUE value IS 141 (55.47% from 255) = 55.95%

R = 5.16%
G = 38.89%
B = 55.95%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0D628D (or 0x0D628D) is known color: Allports. HEX triplet: 0D, 62 and 8D. RGB value is (13,98,141). Sum of RGB (Red+Green+Blue) = 13+98+141=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D628D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D628D is #F29D72. Grayscale: #4D4D4D. Windows color (decimal): -15900019 or 9265677. OLE color: 9265677.

HSL color Cylindrical-coordinate representation of color #0D628D: hue angle of 200.16º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D628D is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 13 98 141 -
CMYK 0.91 0.30 0 0.45
HSL 200.16º 0.83% 0.3% -
HSV(B) 200.16º 0.91% 0.55% -
XYZ 9.34 10.74 26.78 -
YUV 77.49 163.84 82 -
System Red Green Blue C M Y K H S L
Decimal 13 98 141 0.91 0.30 0 0.45 200.16 0.83 0.3
Hex D 62 8D 5B 1E 0 2D C8 53 1E
Octal 15 142 215 133 36 0 55 310 123 36
Binary 1101 1100010 10001101 1011011 11110 0 101101 11001000 1010011 11110

Color Harmonies of #0D628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D628D

Black with #0D628D

Text Example


Text Example

White with #0D628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D628D; }

 p { color: rgb(13,98,141); }

 H1.HeaderClassName
 {
   color: #0D628D;
 }
 .AnyTagClassName
 {
   color: #0D628D;
 }
</style>

background-color css

<style>
 a { background-color: #0D628D; }

 a { background-color: rgb(13,98,141); }

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

border-color css

<style>
 span { border-color: #0D628D; }

 span { border-color: rgb(13,98,141); }

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