Html Css Color HEX #0125A5 International Klein Blue

📋 copy color: '#0125A5'

red 1 ◦ green 37 ◦ blue 165

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

Shades of International Klein Blue #0125A5

Tints of International Klein Blue #0125A5

RGB

 RED value IS 1 (0.78% from 255) = 0.49%

 GREEN value IS 37 (14.84% from 255) = 18.23%

 BLUE value IS 165 (64.84% from 255) = 81.28%

R = 0.49%
G = 18.23%
B = 81.28%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0125A5 (or 0x0125A5) is known color: International Klein Blue. HEX triplet: 01, 25 and A5. RGB value is (1,37,165). Sum of RGB (Red+Green+Blue) = 1+37+165=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 165 (64.84% from 255 or 81.28% from 203); Max value from RGB is 165 - color contains mainly: blue. Hex color #0125A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0125A5 is #FEDA5A. Grayscale: #282828. Windows color (decimal): -16702043 or 10822913. OLE color: 10822913.

HSL color Cylindrical-coordinate representation of color #0125A5: hue angle of 226.83º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0125A5 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 37 165 -
CMYK 0.99 0.78 0 0.35
HSL 226.83º 0.99% 0.33% -
HSV(B) 226.83º 0.99% 0.65% -
XYZ 7.47 4.05 35.98 -
YUV 40.83 198.07 99.59 -
System Red Green Blue C M Y K H S L
Decimal 1 37 165 0.99 0.78 0 0.35 226.83 0.99 0.33
Hex 1 25 A5 63 4E 0 23 E3 63 21
Octal 1 45 245 143 116 0 43 343 143 41
Binary 1 100101 10100101 1100011 1001110 0 100011 11100011 1100011 100001

Color Harmonies of #0125A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0125A5

Black with #0125A5

Text Example


Text Example

White with #0125A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0125A5; }

 p { color: rgb(1,37,165); }

 H1.HeaderClassName
 {
   color: #0125A5;
 }
 .AnyTagClassName
 {
   color: #0125A5;
 }
</style>

background-color css

<style>
 a { background-color: #0125A5; }

 a { background-color: rgb(1,37,165); }

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

border-color css

<style>
 span { border-color: #0125A5; }

 span { border-color: rgb(1,37,165); }

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